Performance Mode fails on 10.11 Server/5.0.4 Server App

After having upgraded some servers to 10.11 El Capitan with Server.app 5.0.4, I realized performance mode was disabled on all of them. Trying to enable it again just returns:


bash-3.2# serverinfo --setperfmode 1

ERROR: Server performance mode could not be modified.

Failed to create write propery list to disk!


Any ideas why this doesn't work any longer? Why can't it write the plist when sudo:ed? This was also a bug in 9.0.0 Server with upgraded systems.

Posted on Oct 19, 2015 12:42 PM

Reply
10 replies

Jul 29, 2016 1:31 AM in response to gunverth

In case somebody else finds this thread: Apple has now changed the way you activate performance mode in 10.11. It now works with SIP turned on, as it should do.


Turn on performance mode for OS X Server - Apple Support


Enable

sudo nvram boot-args="serverperfmode=1 $(nvram boot-args 2>/dev/null | cut -f 2-)"


Disable

sudo nvram boot-args="$(nvram boot-args 2>/dev/null | sed -e $'s/boot-args\t//;s/serverperfmode=1//')"

Oct 20, 2015 2:41 AM in response to Linc Davis

Thank you! I'll try it and see what happens.


So, "srv=1" actually tunes the OS for server work, not just tells the OS it's a server?


Performance mode or not is like night and day, especially with File Sharing and Profile Manager under load. Running a Profile Manager with 1000+ devices is a pain without performance mode. Enable it and everything flows like water...except Finder on the server itself. All resources to background services. Like the check box "Dedicate system resources to server services" in Lion Server.

You will see different server stats after it's enabled. Load and memory fluctuates much more and the server root volume loses some more storage. I'm quiet confident it does matter a lot.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Performance Mode fails on 10.11 Server/5.0.4 Server App

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.